🎖️GitЯра🎖️
core/data/README.md chore/remove-misplaced-docs-sync-workflow (1353ba25) Text, 2.04 KB
Tc9d1d9# `:core:data`
Tc9d1d9## Overview
The Ta5d6ff`:core:data` module implements the Repository pattern, serving as the primary data source for ViewModels in feature modules. It orchestrates data flow between the local database (Ta5d6ff`core:database`), remote services, and network repositories.
Tc9d1d9## Key Components
Tc9d1d9### 1. Repositories
Tff7b72- **`NodeRepository`**: High-level access to node information and mesh state.
Tff7b72- **`MeshLogRepository`**: Access to historical logs and diagnostics.
Tff7b72- **`FirmwareReleaseRepository`**: Manages the discovery and retrieval of firmware updates.
Tc9d1d9### 2. Data Sources
Internal components that handle raw data fetching from APIs or disk.
Tc9d1d9## Dependency Graph
<!--region graph-->
Ta5d6ff```Ta5d6ffmermaid
Ta5d6ffgraph TB
:core:data[data]:::kmp-library
:core:data --> :core:repository
:core:data -.-> :core:common
:core:data -.-> :core:database
:core:data -.-> :core:datastore
:core:data -.-> :core:di
:core:data -.-> :core:model
:core:data -.-> :core:network
:core:data -.-> :core:prefs
:core:data -.-> :core:takserver
:core:data -.-> :core:testing
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000;
classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000;
classDef android-test fill:#A0C4FF,stroke:#000,stroke-width:2px,color:#000;
classDef jvm-library fill:#BDB2FF,stroke:#000,stroke-width:2px,color:#000;
classDef kmp-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
classDef kmp-library-compose fill:#FFC1CC,stroke:#000,stroke-width:2px,color:#000;
classDef kmp-library fill:#FFC1CC,stroke:#000,stroke-width:2px,color:#000;
classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000;
Ta5d6ff```
<!--endregion-->
Served by rngit 1.5.0 - Generated in 0.15s